From 0a2a26aa78875f0d970e7e35f54f19ea27e4396e Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 2 Nov 2005 11:25:08 +0100 Subject: [PATCH] Make it clear that the result of xs_get_domain_path() must be free()'d. --- tools/xenstore/xs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenstore/xs.h b/tools/xenstore/xs.h index f59b1e76f9..e476082531 100644 --- a/tools/xenstore/xs.h +++ b/tools/xenstore/xs.h @@ -136,7 +136,7 @@ bool xs_introduce_domain(struct xs_handle *h, */ bool xs_release_domain(struct xs_handle *h, unsigned int domid); -/* Query the home path of a domain. +/* Query the home path of a domain. Call free() after use. */ char *xs_get_domain_path(struct xs_handle *h, unsigned int domid); -- 2.30.2